home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / INSTALL < prev    next >
Text File  |  1995-04-27  |  2KB  |  43 lines

  1. INSTALLING XCONQ
  2.  
  3. 1. Decide which versions you want.  For non-Unix systems, you will need
  4. to go to the appropriate subdirectory, and read the instructions there on
  5. how to configure and compile the sources for the desired system.
  6. Some systems (such as the Mac) may have an already-built executable available.
  7. For Unix (and VMS) systems, keep reading here.
  8.  
  9. 2. Decide on the user interface(s) you would like to use.  The curses
  10. interface uses only terminal graphics and will therefore work almost
  11. anywhere, but the X11 interface both looks better and is easier to play.
  12. Currently, only the X11 version allows multiple human players.
  13.  
  14. 3. Decide whether to use "configure" or "imake".  If you don't know
  15. which to choose, choose the "configure" way and go to 3a.  If you
  16. prefer the "imake" way, go to 3b.
  17.  
  18. 3a. Type "./configure".
  19.  
  20. If you want to be able to read xpm files, add the argument "--with-xpm".
  21.  
  22. 3b. Type "xmkmf".
  23.  
  24. 4. Type "make".
  25.  
  26. 5. If you set things to run in the current directory (which is the default),
  27. just cd to "curses" and say "cconq" or cd to "x11" and say "xconq".
  28.  
  29. 6. If you want the executables in standard places, type "make install"
  30. (this action may need modification, depending on which interfaces are
  31. in use).
  32.  
  33. [installation probably doesn't work]
  34.  
  35. 7. The man pages just tell how to start up the programs; the full Xconq
  36. manual has complete details on everything.  A lot of behavior can be figured
  37. out by experimentation and by using the extensive online help; you can
  38. always get to it by typing '?'.
  39.  
  40. 8. If installed in a public place, announce availability.  The library
  41. file "lib/news.txt" provides a convenient place to put in any notes about
  42. changes, new games/scenarios, and so forth.
  43.